home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / May / di9805fn / SetDelim.dfm / SetDelim.txt
Text File  |  1997-11-25  |  926b  |  54 lines

  1. object SetDelims: TSetDelims
  2.   Left = 342
  3.   Top = 264
  4.   Width = 294
  5.   Height = 198
  6.   ActiveControl = StartEdit
  7.   Caption = 'Set Delims'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 24
  17.     Top = 24
  18.     Width = 85
  19.     Height = 13
  20.     Caption = 'Starting Delimiter: '
  21.   end
  22.   object Label2: TLabel
  23.     Left = 24
  24.     Top = 64
  25.     Width = 82
  26.     Height = 13
  27.     Caption = 'Ending Delimiter: '
  28.   end
  29.   object StartEdit: TEdit
  30.     Left = 128
  31.     Top = 24
  32.     Width = 121
  33.     Height = 21
  34.     TabOrder = 0
  35.     Text = '<'
  36.   end
  37.   object EndEdit: TEdit
  38.     Left = 128
  39.     Top = 64
  40.     Width = 121
  41.     Height = 21
  42.     TabOrder = 1
  43.     Text = '>'
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 96
  47.     Top = 112
  48.     Width = 75
  49.     Height = 25
  50.     TabOrder = 2
  51.     Kind = bkOK
  52.   end
  53. end
  54.